summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2017-12-28 23:05:27 +0100
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2017-12-28 23:05:27 +0100
commit7ceb79256973ac21be80e4c2a0d811953236d1bc (patch)
tree880a4d223e09526d65ce130a3daa46de6e87e689
parentfreestyle: replace the custom struct and bytemangling with construct. (diff)
downloadglucometerutils-7ceb79256973ac21be80e4c2a0d811953236d1bc.tar
glucometerutils-7ceb79256973ac21be80e4c2a0d811953236d1bc.tar.gz
glucometerutils-7ceb79256973ac21be80e4c2a0d811953236d1bc.tar.bz2
glucometerutils-7ceb79256973ac21be80e4c2a0d811953236d1bc.tar.lz
glucometerutils-7ceb79256973ac21be80e4c2a0d811953236d1bc.tar.xz
glucometerutils-7ceb79256973ac21be80e4c2a0d811953236d1bc.tar.zst
glucometerutils-7ceb79256973ac21be80e4c2a0d811953236d1bc.zip
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5e65e1e..d7cc51f 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ setup(
('lib/udev/rules', ['udev/69-glucometerutils.rules']),
],
extras_require = {
- 'test': ['abseil-py'],
+ 'test': ['absl-py'],
# These are all the drivers' dependencies. Optional dependencies are
# listed as mandatory for the feature.
'otultra2': ['pyserial'],